Skip to content

Bump the minor group across 1 directory with 12 updates #726

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps the minor group with 12 updates in the / directory:

Package From To
@primer/octicons-react 19.8.0 19.15.5
@testing-library/user-event 14.5.2 14.6.1
@types/chrome 0.0.306 0.1.3
three-mesh-bvh 0.7.4 0.9.1
three-stdlib 2.29.10 2.36.0
@babel/runtime 7.23.9 7.28.2
@crxjs/vite-plugin 2.0.0-beta.26 2.1.0
@playwright/test 1.50.1 1.54.2
eslint-plugin-react 7.37.4 7.37.5
jsdom 26.0.0 26.1.0
prettier 3.3.3 3.6.2
vite-plugin-node-polyfills 0.21.0 0.24.0

Updates @primer/octicons-react from 19.8.0 to 19.15.5

Release notes

Sourced from @​primer/octicons-react's releases.

v19.15.5

Patch Changes

v19.15.4

Patch Changes

v19.15.3

Patch Changes

v19.15.2

Patch Changes

v19.15.1

Patch Changes

v19.15.0

Minor Changes

v19.14.0

Minor Changes

v19.13.0

Minor Changes

v19.12.0

... (truncated)

Changelog

Sourced from @​primer/octicons-react's changelog.

19.15.5

Patch Changes

19.15.4

Patch Changes

19.15.3

Patch Changes

19.15.2

Patch Changes

19.15.1

Patch Changes

19.15.0

Minor Changes

19.14.0

Minor Changes

  • #1037 7402e69c Thanks @​jonrohan! - Update octicons-react to use presentational attributes over inline styles for base styles

19.13.0

Minor Changes

... (truncated)

Commits

Updates @testing-library/user-event from 14.5.2 to 14.6.1

Release notes

Sourced from @​testing-library/user-event's releases.

v14.6.1

14.6.1 (2025-01-21)

Bug Fixes

  • correct description for delay option (#1175) (2edf14d)
  • keyboard: add ContextMenu to defaultKeyMap (#1079) (3e471d1)
  • keyboard: add brackets to defaultKeyMap (#1226) (543ecb0)
  • keyboard: walk through radio group per arrow keys (#1049) (bf8111c)
  • pointer: dispatch mouse events if pointerdown is defaultPrevented (#1121) (f681f7b)
  • pointer: set button and buttons properties on PointerEvent (#1219) (6614f72)
  • pointer: use 1 as default value for PointerEvent.width and PointerEvent.height (#1224) (f0468d0)
  • prevent click event loop on form-associated custom element (#1238) (465fc7e)
  • prevent click event on non-focusable control (#1130) (e429094)
  • upload: apply accept filter more leniently (#1064) (a344ad4)

v14.6.0

14.6.0 (2025-01-15)

Features

Bug Fixes

  • clipboard: await DataTransferItem.getAsString() callback (#1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#1229) (5f3d28f)
Commits
  • d42954b chore: fix typos (#1260)
  • 465fc7e fix: prevent click event loop on form-associated custom element (#1238)
  • 65c1f6c test: update snapshots (#1261)
  • 543ecb0 fix(keyboard): add brackets to defaultKeyMap (#1226)
  • f0468d0 fix(pointer): use 1 as default value for PointerEvent.width and `PointerE...
  • 6614f72 fix(pointer): set button and buttons properties on PointerEvent (#1219)
  • 2edf14d fix: correct description for delay option (#1175)
  • e429094 fix: prevent click event on non-focusable control (#1130)
  • f681f7b fix(pointer): dispatch mouse events if pointerdown is defaultPrevented (#...
  • 3e471d1 fix(keyboard): add ContextMenu to defaultKeyMap (#1079)
  • Additional commits viewable in compare view

Updates @types/chrome from 0.0.306 to 0.1.3

Commits

Updates three-mesh-bvh from 0.7.4 to 0.9.1

Release notes

Sourced from three-mesh-bvh's releases.

v0.9.1

Fixed

  • Type definitions

v0.9.0

Changed

  • Changed "bvhClosestPointToPoint" function signature to include "maxDistance" argument.

v0.8.3

Fixed

  • Library not working with BatchedMesh in three.js r170.

v0.8.2

Fixed

  • Unnecessarily large triangle bounds buffer used during BVH construction.

v0.8.1

Fixed

  • Made example SDF generation logic more robust.
  • Adjust the valid the three.js peer dependency.
  • Add "barycoord" to the intersection values to align with latest three.js.

v0.8.0

Fixed

  • Updated three.js version to r158 where BatchedMesh is supported and available so certain bundlers do not fail on build.

v0.7.8 (Deprecated)

deprecated due to three.js version incompatibility. Use v0.8.0.

Fixed

  • Failure with older versions of three.js in some bundlers.

v0.7.7 (Deprecated)

deprecated due to three.js version incompatibility. Use v0.8.0.

Added

  • Support for a custom "range" option to build a BVH from a sub range of the geometry.
  • BatchedMesh support for bounds tree generation functions and raycasting. See "computeBatchedBoundsTree" and "disposeBatchedBoundsTree".
  • MeshBVHHelper support for InstancedMesh, BatchedMesh.

Fixed

  • Bug in MeshBVH.bvhcast causing the incorrect bounds to be checked on the other bvh.
  • Box3.setFromObject failing when MeshBVHHelper is included.

v0.7.6

[0.7.6] - 2024-07-02

Fixed

  • Regression when intersecting InstancedMesh instances.

v0.7.5

... (truncated)

Changelog

Sourced from three-mesh-bvh's changelog.

[0.9.1] - 2025.06-20

Fixed

  • Type definitions.

[0.9.0] - 2025-01-21

Changed

  • Changed "bvhClosestPointToPoint" function signature to include "maxDistance" argument.

[0.8.3] - 2024-11-11

Fixed

  • Library not working with BatchedMesh in three.js r170.

[0.8.2] - 2024-10-01

Fixed

  • Unnecessarily large triangle bounds buffer used during BVH construction.

[0.8.1] - 2024-09-29

Fixed

  • Made example SDF generation logic more robust.
  • Adjust the valid the three.js peer dependency.
  • Add "barycoord" to the intersection values to align with latest three.js.

[0.8.0] - 2024-09-18

Fixed

  • Updated three.js version to r158 where BatchedMesh is supported and available so certain bundlers do not fail on build.

[0.7.8] - 2024-09-11

deprecated due to three.js version incompatibility. Use v0.8.0.

Fixed

  • Failure with older versions of three.js.

[0.7.7] - 2024-09-09

deprecated due to three.js version incompatibility. Use v0.8.0.

Added

  • Support for a custom "range" option to build a BVH from a sub range of the geometry.
  • BatchedMesh support for bounds tree generation functions and raycasting. See "computeBatchedBoundsTree" and "disposeBatchedBoundsTree".
  • MeshBVHHelper support for InstancedMesh, BatchedMesh.

Fixed

  • Bug in MeshBVH.bvhcast causing the incorrect bounds to be checked on the other bvh.
  • Box3.setFromObject failing when MeshBVHHelper is included.

[0.7.6] - 2024-07-02

Fixed

  • Regression when intersecting InstancedMesh instances.

[0.7.5] - 2024-06-02

Changed

... (truncated)

Commits
  • 5858113 0.9.1
  • d24cc8d Update CHANGELOG.md
  • 86254bb Merge pull request #750 from AndrewChan2022/master
  • c73f3d7 sync index.d.ts MeshBVHOptions with js, add indirect parameter
  • 4c7581e Update and rename bug_report.md to bug_report.yml
  • 05f1a2b Update and rename feature_request.md to feature_request.yml
  • 2774f3e Create question.yml
  • 169bcdd Update README.md
  • 323f649 Merge pull request #744 from gkjohnson/dependabot/npm_and_yarn/vite-5.4.19
  • e4a731f Bump vite from 5.4.12 to 5.4.19
  • Additional commits viewable in compare view

Updates three-stdlib from 2.29.10 to 2.36.0

Release notes

Sourced from three-stdlib's releases.

v2.36.0

2.36.0 (2025-04-29)

Features

  • PointerLockControls: sensitivity const (#416) (e6653ce)

v2.35.16

2.35.16 (2025-04-23)

Bug Fixes

  • remove use of WebGL1 LuminanceFormat (#419) (e079bc8)

v2.35.15

2.35.15 (2025-04-05)

Bug Fixes

v2.35.14

2.35.14 (2025-02-20)

Bug Fixes

  • Fix alignment of integer vertex attributes (#408) (c122b5c)

v2.35.13

2.35.13 (2025-01-29)

Bug Fixes

v2.35.12

2.35.12 (2025-01-19)

Bug Fixes

v2.35.11

2.35.11 (2025-01-19)

... (truncated)

Commits

Updates @babel/runtime from 7.23.9 to 7.28.2

Release notes

Sourced from @​babel/runtime's releases.

v7.28.2 (2025-07-24)

Thanks @​souhailaS for your first PR!

🐛 Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 4

v7.28.1 (2025-07-12)

🐛 Bug Fix

  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator

📝 Documentation

↩️ Revert

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-types

Committers: 3

v7.28.0 (2025-07-02)

🚀 New Feature

  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types

... (truncated)

Changelog

Sourced from @​babel/runtime's changelog.

v7.28.2 (2025-07-24)

🐛 Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

v7.28.1 (2025-07-12)

🐛 Bug Fix

  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator

📝 Documentation

↩️ Revert

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-types

v7.28.0 (2025-07-02)

🚀 New Feature

  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • babel-generator, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-react-display-name, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-transform-block-scoping, babel-plugin-transform-object-rest-spread, babel-plugin-transform-typescript, babel-traverse, babel-types

🐛 Bug Fix

🏠 Internal

  • babel-compat-data, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-json-modules, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3

... (truncated)

Commits

Updates @crxjs/vite-plugin from 2.0.0-beta.26 to 2.1.0

Release notes

Sourced from @​crxjs/vite-plugin's releases.

@​crxjs/vite-plugin@​2.1.0

Minor Changes

  • 637e12c: feat: include sourcemaps in web_accessible_resources
  • 3e7a1b3: feat: allow query string in manifest html urls

@​crxjs/vite-plugin@​2.0.3

Patch Changes

  • 96c942b: fix: usage of newer picocolor api when using old dependency #1038
  • 548fb58: Add optional_host_permissions to manifest schemas

@​crxjs/vite-plugin@​2.0.2

Patch Changes

  • dcd88ee: fix: update repository url

@​crxjs/vite-plugin@​2.0.1

Patch Changes

  • b7e41e0: beatiful terminal

@​crxjs/vite-plugin@​2.0.0

🎉 Vite support is officially out of beta! 🎉

Vite support has been around under the @beta npm tag since December 16, 2021, but we're thrilled to announce that it's officially out of beta with version 2.0.0 ! 🔥

After three years of beta use, from Vite 3 to Vite 6, the plugin has proven it's stability for Chrome extension development.

What's New?

  • Revamped README: Easier setup instructions to get you coding immediately.
  • NPM Template: Quickly scaffold your extension with npm create crxjs@latest
  • Playgrounds: Enhanced playgrounds for maintainers to test and iterate swiftly.
  • CI Improvements: Windows integration and end-to-end tests on every PR to proactively catch bugs.
  • Active Maintainers: A vibrant and brand-new maintainers team 🎊
  • Discord Community: Join the discussion and connect with fellow developers ➡️ Discord.
  • Svelte Support: Enhanced support for developing extensions with Svelte!

Major Changes

  • 628b14f: Vite 3 support and new file writer

    This release adds Vite 3 support and includes a complete rewrite of the content script file writer. There are no intentional breaking changes, but Vite 3 support required significant changes under the hood, therefore this is a major release.

  • f4eb4d4: fix: workaround for the issue with chrome.runtime.getURL introduced in Chrome 130 causing CSP rejecting script due to different origin (GUID

... (truncated)

Changelog

Sourced from @​crxjs/vite-plugin's changelog.

2.1.0

Minor Changes

  • 637e12c: feat: include sourcemaps in web_accessible_resources
  • 3e7a1b3: feat: allow query string in manifest html urls

2.0.3

Patch Changes

  • 96c942b: fix: usage of newer picocolor api when using old dependency #1038
  • 548fb58: Add optional_host_permissions to manifest schemas

2.0.2

Patch Changes

  • dcd88ee: fix: update repository url

2.0.1

Patch Changes

  • b7e41e0: beatiful terminal

2.0.0

Major Changes

  • 628b14f: ## Vite 3 support and new file writer

    This release adds Vite 3 support and includes a complete rewrite of the content script file writer. There are no intentional breaking changes, but Vite 3 support required significant changes under the hood, therefore this is a major release.

  • f4eb4d4: fix: workaround for the issue with chrome.runtime.getURL introduced in Chrome 130 causing CSP rejecting script due to different origin (GUID instead of chrome extension id)

Minor Changes

  • 9b0381b: Add Svelte support

Patch Changes

  • a336cdf: fix: make HMR working again with latest vite version
  • ca0dfee: WIP: fix HMR singleton issue
  • cc76555: fix: hmr error

... (truncated)

Commits
  • a842f4a Version Packages
  • 5591241 Merge pull request #1051 from ligfx/allow_query_string_in_manifest_html_urls
  • 7ca9eb8 tests: handle windows line endings in build mode
  • 4346855 tests: always print full diff
  • 637e12c feat: include sourcemaps in web_accessible_resources
  • 3f3f1c6 Merge branch 'main' into allow_query_string_in_manifest_html_urls
  • 610fb54 refactor(tests): remove extraneous server closes in individual tests
  • e33ca19 refactor(tests): autoclose vite dev server for all tests, not just e2e
  • 7197a8a fix(tests): use afterEach to close browsers after each test retry
  • de95b12 fix(tests): use separate Vite caches for build and serve tests
  • Additional commits viewable in compare view

Updates @playwright/test from 1.50.1 to 1.54.2

Release notes

Sourced from @​playwright/test's releases.

v1.54.2

Highlights

microsoft/playwright#36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error) microsoft/playwright#36828 - [Regression]: Playwright Codegen keeps spamming with selected option microsoft/playwright#36810 - [Regression]: Starting Codegen with target language doesn't work anymore

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.54.1

Highlights

microsoft/playwright#36650 - [Regression]: 1.54.0 breaks downloading browsers when an HTTP(S) proxy is used

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.54.0

Highlights

  • New cookie property partitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option noSnippets to disable code snippets in the html report.

    import { defineConfig } from '@playwright/test';
    export default defineConfig({
    reporter: [['html', { noSnippets: true }]]
    });

  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.fixme was added.

Command Line

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by playwright-bot, a new releaser for @​playwright/test since your current version.


Updates eslint-plugin-react from 7.37.4 to 7.37.5

Release notes

Sourced from eslint-plugin-react's releases.

v7.37.5

Fixed

  • [no-unknown-property]: allow shadow root attrs on \<template> (#3912[] @​ljharb)
  • [prop-types]: support ComponentPropsWithRef from a namespace import (#3651[] @​corydeppen)
  • [jsx-no-constructed-context-values]: detect constructed context values in React 19 <Context> usage (#3910[] @​TildaDares)
  • [no-unknown-property]: allow transform-origin on rect (#3914[] @​ljharb)

Changed

#3651: jsx-eslint/eslint-plugin-react#3651 #3909: jsx-eslint/eslint-plugin-react#3909 #3910: jsx-eslint/eslint-plugin-react#3910 #3912: jsx-eslint/eslint-plugin-react#3912 #3914: jsx-eslint/eslint-plugin-react#3914 [button-has-type]: docs/rules/button-has-type.md [jsx-no-constructed-context-values]: docs/rules/jsx-no-constructed-context-values.md [no-unknown-property]: docs/rules/no-unknown-property.md [prop-types]: docs/rules/prop-types.md

Changelog

Sourced from eslint-plugin-react's changelog.

7.37.5 - 2025.04.03

Fixed

  • [no-unknown-property]: allow shadow root attrs on \<template> (#3912[] @​ljharb)
  • [prop-types]: support ComponentPropsWithRef from a namespace import (#3651[] @​corydeppen)
  • [jsx-no-constructed-context-values]: detect constructed context values in React 19 <Context> usage (#3910[] @​TildaDares)
  • [no-unknown-property]: allow transform-origin on rect (#3914[] @​ljharb)

Changed

#3914: jsx-eslint/eslint-plugin-react#3914 #3912: jsx-eslint/eslint-plugin-react#3912 #3910: jsx-eslint/eslint-plugin-react#3910 #3909: jsx-eslint/eslint-plugin-react#3909 #3651: jsx-eslint/eslint-plugin-react#3651

...

Description has been truncated

Bumps the minor group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@primer/octicons-react](https://github.com/primer/octicons) | `19.8.0` | `19.15.5` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.1` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.306` | `0.1.3` |
| [three-mesh-bvh](https://github.com/gkjohnson/three-mesh-bvh) | `0.7.4` | `0.9.1` |
| [three-stdlib](https://github.com/pmndrs/three-stdlib) | `2.29.10` | `2.36.0` |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.23.9` | `7.28.2` |
| [@crxjs/vite-plugin](https://github.com/crxjs/chrome-extension-tools/tree/HEAD/packages/vite-plugin) | `2.0.0-beta.26` | `2.1.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.50.1` | `1.54.2` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.4` | `7.37.5` |
| [jsdom](https://github.com/jsdom/jsdom) | `26.0.0` | `26.1.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` |
| [vite-plugin-node-polyfills](https://github.com/davidmyersdev/vite-plugin-node-polyfills) | `0.21.0` | `0.24.0` |



Updates `@primer/octicons-react` from 19.8.0 to 19.15.5
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v19.8.0...v19.15.5)

Updates `@testing-library/user-event` from 14.5.2 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.5.2...v14.6.1)

Updates `@types/chrome` from 0.0.306 to 0.1.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

Updates `three-mesh-bvh` from 0.7.4 to 0.9.1
- [Release notes](https://github.com/gkjohnson/three-mesh-bvh/releases)
- [Changelog](https://github.com/gkjohnson/three-mesh-bvh/blob/master/CHANGELOG.md)
- [Commits](gkjohnson/three-mesh-bvh@v0.7.4...v0.9.1)

Updates `three-stdlib` from 2.29.10 to 2.36.0
- [Release notes](https://github.com/pmndrs/three-stdlib/releases)
- [Changelog](https://github.com/pmndrs/three-stdlib/blob/main/release.config.js)
- [Commits](pmndrs/three-stdlib@v2.29.10...v2.36.0)

Updates `@babel/runtime` from 7.23.9 to 7.28.2
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.2/packages/babel-runtime)

Updates `@crxjs/vite-plugin` from 2.0.0-beta.26 to 2.1.0
- [Release notes](https://github.com/crxjs/chrome-extension-tools/releases)
- [Changelog](https://github.com/crxjs/chrome-extension-tools/blob/main/packages/vite-plugin/CHANGELOG.md)
- [Commits](https://github.com/crxjs/chrome-extension-tools/commits/@crxjs/[email protected]/packages/vite-plugin)

Updates `@playwright/test` from 1.50.1 to 1.54.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.54.2)

Updates `eslint-plugin-react` from 7.37.4 to 7.37.5
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.37.4...v7.37.5)

Updates `jsdom` from 26.0.0 to 26.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@26.0.0...26.1.0)

Updates `prettier` from 3.3.3 to 3.6.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.6.2)

Updates `vite-plugin-node-polyfills` from 0.21.0 to 0.24.0
- [Release notes](https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases)
- [Commits](davidmyersdev/vite-plugin-node-polyfills@v0.21.0...v0.24.0)

---
updated-dependencies:
- dependency-name: "@primer/octicons-react"
  dependency-version: 19.15.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/chrome"
  dependency-version: 0.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: three-mesh-bvh
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: three-stdlib
  dependency-version: 2.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@babel/runtime"
  dependency-version: 7.28.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@crxjs/vite-plugin"
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@playwright/test"
  dependency-version: 1.54.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-react
  dependency-version: 7.37.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: jsdom
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vite-plugin-node-polyfills
  dependency-version: 0.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants